home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / cpqvgi.zip / TXTSETUP.OEM < prev   
Text File  |  1993-07-24  |  7KB  |  171 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. [Disks]
  16.  
  17. # This section lists all disks in the disk set.
  18. #
  19. # <description> is a descriptive name for a disk, used when
  20. #   prompting for the disk
  21. # <tagfile> is a file whose presence allows setup to recognize
  22. #   that the disk is inserted.
  23. # <directory> is where the files are located on the disk.
  24. #
  25.  
  26. d1 = "OEM DISK (VIDEO)", \oem_vid, \
  27.  
  28. [Defaults]
  29.  
  30. # This section lists the default selection for each 'required'
  31. # hardware component.  If a line is not present for a component,
  32. # the default defaults to the first item in the [<component_name>]
  33. # section (see below).
  34. #
  35. # <component_name> is one of computer, display, keyboard, mouse, scsi
  36. # <id> is a unique <within the component> string to be associated
  37. #   with an option.
  38.  
  39. display = "Compaq AVGA 640x480x4"
  40.  
  41. [display]
  42.  
  43. # This section lists the options available for a particular component.
  44. #
  45. # <id> is the unique string for the option
  46. # <description> is a text string, presented to the user in a menu
  47.  
  48.    "Compaq AVGA 640x480x4" =  "Compaq AVGA 640x480, 16 colors"
  49.    "Compaq AVGA 640x480x8" =  "Compaq AVGA 512K 640x480 256 colors"
  50.    "Compaq AVGA 800x600x4" =  "Compaq AVGA 512K 800x600 16 colors, CRT only!"
  51.  
  52. ["Files.display.Compaq AVGA 640x480x4"]
  53.  
  54. # This section lists the files that should be copied if the user
  55. # selects a particular component option.
  56. #
  57. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  58. #   See below.
  59. # <source_disk> identifies where the file is to be copied from, and must
  60. #   match en entry in the [Disks] section.
  61. # <filename> is the name of the file. This will be appended to the
  62. #   directory specified for the disk in the [Disks] section to form the
  63. #   full path of the file on the disk.
  64.  
  65. driver = d1,avga.sys,avga
  66. dll    = d1,vga.dll
  67. dll    = d1,vga256.dll
  68.  
  69. [Config.avga]
  70. # This section specifies values to be set in the registry for
  71. # particular component options.  Required values in the services\xxx
  72. # key are created automatically -- use this section to specify additional
  73. # keys to be created in services\xxx and values in services\xxx and
  74. # services\xxx\yyy.
  75. #
  76. # <key_name> is relative to the services node for this device.
  77. #   If it is empty, then it refers to the services node.
  78. #   If specified, the key is created first.
  79. # <value_name> specifies the value to be set within the key
  80. # <value_type> is a string like REG_DWORD.  See below.
  81. # <value> specifies the actual value; its format depends on <value_type>
  82.  
  83. value = "",      tag,                         REG_DWORD,    b
  84. value = Device0, VgaCompatible,               REG_DWORD,    1
  85. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, vga, vga256
  86. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  87. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  88. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  89. #value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  90. #value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    0
  91.  
  92. ["Files.display.Compaq AVGA 640x480x8"]
  93.  
  94. # This section lists the files that should be copied if the user
  95. # selects a particular component option.
  96. #
  97. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  98. #   See below.
  99. # <source_disk> identifies where the file is to be copied from, and must
  100. #   match en entry in the [Disks] section.
  101. # <filename> is the name of the file. This will be appended to the
  102. #   directory specified for the disk in the [Disks] section to form the
  103. #   full path of the file on the disk.
  104.  
  105. driver = d1,avga.sys,avga2
  106. dll    = d1,vga.dll
  107. dll    = d1,vga256.dll
  108.  
  109. [Config.avga2]
  110. # This section specifies values to be set in the registry for
  111. # particular component options.  Required values in the services\xxx
  112. # key are created automatically -- use this section to specify additional
  113. # keys to be created in services\xxx and values in services\xxx and
  114. # services\xxx\yyy.
  115. #
  116. # <key_name> is relative to the services node for this device.
  117. #   If it is empty, then it refers to the services node.
  118. #   If specified, the key is created first.
  119. # <value_name> specifies the value to be set within the key
  120. # <value_type> is a string like REG_DWORD.  See below.
  121. # <value> specifies the actual value; its format depends on <value_type>
  122.  
  123. value = "",      tag,                         REG_DWORD,    b
  124. value = Device0, VgaCompatible,               REG_DWORD,    1
  125. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, vga, vga256
  126. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  127. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  128. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  129. #value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  130. #value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    0
  131.  
  132. ["Files.display.Compaq AVGA 800x600x4"]
  133.  
  134. # This section lists the files that should be copied if the user
  135. # selects a particular component option.
  136. #
  137. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  138. #   See below.
  139. # <source_disk> identifies where the file is to be copied from, and must
  140. #   match en entry in the [Disks] section.
  141. # <filename> is the name of the file. This will be appended to the
  142. #   directory specified for the disk in the [Disks] section to form the
  143. #   full path of the file on the disk.
  144.  
  145. driver = d1,avga.sys,avga3
  146. dll    = d1,vga.dll
  147. dll    = d1,vga256.dll
  148.  
  149. [Config.avga3]
  150. # This section specifies values to be set in the registry for
  151. # particular component options.  Required values in the services\xxx
  152. # key are created automatically -- use this section to specify additional
  153. # keys to be created in services\xxx and values in services\xxx and
  154. # services\xxx\yyy.
  155. #
  156. # <key_name> is relative to the services node for this device.
  157. #   If it is empty, then it refers to the services node.
  158. #   If specified, the key is created first.
  159. # <value_name> specifies the value to be set within the key
  160. # <value_type> is a string like REG_DWORD.  See below.
  161. # <value> specifies the actual value; its format depends on <value_type>
  162.  
  163. value = "",      tag,                         REG_DWORD,    b
  164. value = Device0, VgaCompatible,               REG_DWORD,    1
  165. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, vga, vga256
  166. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  167. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  168. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  169. #value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  170. #value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    0
  171.